home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 6352 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: sunrise.gv.ssi1.com!oronet!news
  2. From: estarry@oro.net (Ed Starry)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: UART 16650
  5. Date: Mon, 26 Feb 1996 03:02:35 GMT
  6. Organization: "oronet, Penn Valley, CA"
  7. Message-ID: <4gr846$8ms@hg.oro.net>
  8. References: <31214F47.1FFC@ozemail.com.au> <4fsr22$4o1@centurio.m30x.nbg.scn.de> <4gf6b3$v5d@mips.pfalz.de> <4gkaj5$i5f@hg.oro.net> <312fc52d.11982224@204.248.93.100>
  9. NNTP-Posting-Host: @estarry.oro.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. shappel@accessus.net (Scott Happel) wrote about {Re: UART 16650} in
  13. 'comp.dcom.modems'...
  14. ~>
  15. ~>    These large FIFO buffer sizes and we still have to suffer with everyone
  16. ~>using an 8250 for uploading. Who cares how big a Rx Buffer is if no one will
  17. ~>use these big FIFO buffers to Tx/Upload with!
  18. ~>
  19. ~>     Ed...
  20. ~>
  21. ~Ed, I really don't follow your comment...Are you suggesting that a buffered uart
  22. ~is not helpful?  I must be misunderstanding your message, because that is crazy!
  23. ===========================
  24.  
  25.     A buffered UART is useful for downloading but it's 'also' useful for
  26. uploading/Tx'ing/sending or whatever you wish to call it. Most, if not all,
  27. modems upload at a 8250 UART rate, 1 byte per IRQ. These FIFO Buffers can
  28. and should be used for uploading, yet no one does. This is the method you
  29. have to use if you want to reach the advertised DTE transfer rate of your
  30. modem. Uploading 16 bytes per IRQ gets things moving right smartly.
  31.  
  32.     You may have a 16-32-64 byte FIFO Buffer for downloading but if you only
  33. receive data at a 1 byte rate you're not gaining much are you? I'm simply
  34. complaining about the waste because no one uses the other half of the UART.
  35. Everyone concerns themselves with downloading and they tend to forget
  36. someone has to upload this junk.
  37.  
  38.      Ed...
  39.  
  40.